home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / multimedia / tuxpaint / tuxpaint-0.9.20-win32-installer.exe / {app} / etc / fonts / conf.avail / 80-delicious.conf < prev    next >
Extensible Markup Language  |  2008-07-01  |  453b  |  21 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <!-- /etc/fonts/conf.d/60-delicious.conf -->
  4. <fontconfig>
  5. <!-- Fix-ups for Delicious family -->
  6.  
  7. <!-- Delicious 'heavy' variant says its Medium weight -->
  8. <match target="scan">
  9.     <test name="family">
  10.         <string>Delicious</string>
  11.     </test>
  12.     <test name="style">
  13.         <string>Heavy</string>
  14.     </test>
  15.     <edit name="weight">
  16.         <const>heavy</const>
  17.     </edit>
  18. </match>
  19.  
  20. </fontconfig>
  21.